* {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

html,
body {
    position: relative;
    color: #333333;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: #333333;
    font-family: "微软雅黑";
    display: block;
}

ul,
ol {
    list-style: none;
}

img {
    display: block;
}

input,
textarea {
    outline: none;
    background: none;
    border: 0px;
    font-family: "微软雅黑";
}

i,
em {
    font-style: normal;
}

body {
    background-color: #fff;
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

/* 宽1200 */
.container {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* 导航 */
header {
    height: 80px;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

header .container {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav ul li {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 20px;
}

header nav ul li a {
    font-size: 16px;
    color: #333333;
}

header nav ul li.active a {
    color: #008fd7;
}

header nav ul li .line,
header .header_right .language ol li .line {
    width: 0px;
    height: 1px;
    position: absolute;
    bottom: 20px;
    transition: all 0.3s ease;
    background-color: #008fd7;
}

header nav ul li:hover .line,
header nav ul li.active .line,
header .header_right .language ol li.active .line,
header .header_right .language ol li:hover .line {
    width: 20px;
}

header .header_right {
    display: flex;
    justify-content: left;
    align-items: center;
}


header .header_right .language ol {
    display: flex;
    height: 80px;
    line-height: 80px;
}

header .header_right .language ol li {
    position: relative;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 7px;
}

header .header_right .language ol,
header .header_right .language ol li a {
    color: #333333;
    font-size: 16px;
}

header .header_right .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 33px;
}

header .header_right .tel p {
    font-weight: bold;
    font-size: 18px;
    color: #008fd7;
    padding-left: 10px;
    box-sizing: border-box;
}

/* 轮播 */
.banner {
    width: 100%;
    height: 100%;
    margin-top: 80px;
}

.banner1 {
    overflow: hidden;
    width: 100%;
    margin-top: 80px;
}

.banner .mySwiper_banner {
    height: 100%;
    width: 100%;
}

.banner .mySwiper_banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .mySwiper_banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .next,
.banner .prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 28px;
    height: 50px;
}

.banner .prev {
    left: 100px;
    right: auto;
}

.banner .next {
    right: 100px;
    left: auto;
}

.banner .next .gray {
    display: none;
}

.banner .next.swiper-button-disabled,
.banner .prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
}

.banner .prev.swiper-button-disabled {
    left: -100px;
    filter: drop-shadow(200px 0 0 #999999);
}

.banner .next.swiper-button-disabled .gray {
    display: block;
}

.banner .next.swiper-button-disabled .blue {
    display: none;
}

.banner .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 40px;
}

.banner .swiper-pagination span {
    background: none;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    margin: 0 15px !important;
}

.banner .swiper-pagination span::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
    border: 1px solid #fff;
    box-sizing: border-box;
}

.banner .swiper-pagination span.swiper-pagination-bullet-active::after {
    content: "";
    background-color: #fff;
}

.index1,
.index3,
.index6 {
    padding: 110px 0;
    box-sizing: border-box;
}

.index1 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index1 .left {
    width: 600px;
    height: 430px;
    overflow: hidden;
}

.index1 .left img {
    width: 100%;
    height: 100%;
}

.index1 .right {
    width: 540px;
}

.index1 .right h1 {
    font-weight: normal;
    font-size: 40px;
    color: 3333333;
    margin-bottom: 30px;
}

.index1 .right .text {
    margin-bottom: 30px;
}

.index1 .right .text p {
    font-size: 14px;
    color: #666666;
    line-height: 2.571em;
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        opacity: 0;
        left: -12px;
    }
}

.btn_160 {
    width: 160px;
    height: 45px;
    background-color: #008fd7;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;

    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.btn_160:before {
    content: '';
    position: absolute;
    border: #008fd7 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.btn_160:hover:before,
.btn_160:focus:before,
.btn_160:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}

.index2 {
    background: url(../images/productBg.jpg) no-repeat center;
    background-size: cover;
    padding: 110px 0;
    box-sizing: border-box;
}

.indexTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
}

.indexTitle h1 {
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #fff;
}

.black h1 {
    color: #333333;
}

.indexTitle p {
    font-size: 16px;
    color: #ccc;
    line-height: 1.5em;
}

.black p {
    color: #666666;
}

.index2 .list {
    width: 1440px;
    margin: 0 auto;
    padding: 30px 0;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.1);
}

.index2 .list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    box-sizing: border-box;
}

.index2 .list ul li .left {
    width: 640px;
    height: 400px;
}

.index2 .list ul li .left img {
    width: 100%;
    height: 100%;
}

.index2 .list ul li .right {
    width: 520px;
}

.index2 .list ul li .right .miniTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.index2 .list ul li .right .miniTitle h3 {
    font-size: 30px;
    color: #008fd7;
    font-weight: normal;
}

.index2 .list ul li .right .miniTitle a {
    font-size: 16px;
    color: #008fd7;
}

.index2 .list ul li .right .text p {
    font-size: 16px;
    color: rgb(153, 153, 153);
    line-height: 1.875em;
}

.index2 .list ul li .right .main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.index2 .list ul li .right .mySwiper_product {
    margin: 0 30px;
}

.index2 .list ul li .right .mySwiper_product .swiper-slide .imgBox {
    position: relative;
    height: 96px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
}

.index2 .list ul li .right .mySwiper_product .swiper-slide .imgBox .img,
.index2 .list ul li .right .mySwiper_product .swiper-slide .imgBox .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index2 .list ul li .right .mySwiper_product .swiper-slide .imgBox .add {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.index2 .list ul li .right .mySwiper_product .swiper-slide:hover .imgBox .add {
    opacity: 1;
}
.index2 .list ul li .right .mySwiper_product .swiper-slide .imgBox::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0,0.502);
    transform: scale(0);
    transition: all 0.5s;
    z-index: 9;
    display: block;
}
.index2 .list ul li .right .mySwiper_product .swiper-slide:hover .imgBox::after {
    content: "";
    transform: scale(1.5);
    display: block;
}

.index2 .list ul li .right .mySwiper_product .swiper-slide p {
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding-top: 10px;
}

.index2 .list ul li .right .mySwiper_product .swiper-slide:hover p {
    color: #008fd7;
}

.index2 .list ul li .right .main .swiper-next,
.index2 .list ul li .right .main .swiper-prev {
    opacity: 1;
    color: #008fd7;
    width: auto;
    height: auto;
    position: static;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index2 .list ul li .right .main .swiper-next:after,
.index2 .list ul li .right .main .swiper-prev:after {
    font-size: 24px;
    font-weight: bold;
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.index2 .list ul li .right .main .swiper-prev:after {
    content: "prev";
}

.index2 .list ul li .right .main .swiper-next:after {
    content: "next";
}

.index2 .list ul li .right .main .swiper-next.swiper-button-disabled,
.index2 .list ul li .right .main .swiper-prev.swiper-button-disabled {
    color: #ccc;
}

.index3 .list .index3Nav {
    padding-bottom: 20px;
}

.index3 .list .index3Nav ul {
    display: flex;
}

.index3 .list .index3Nav ul li {
    width: 300px;
    height: 100px;
    background: rgb(248, 248, 248);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.index3 .list .index3Nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 50px;
    border-right: 1px solid rgb(238, 238, 238);
    box-sizing: border-box;
}

.index3 .list .index3Nav ul li:last-child a,
.index3 .list .index3Nav ul li.active a,
.index3 .list .index3Nav ul li:hover a {
    border-right: none;
}

.index3 .list .index3Nav ul li p {
    font-size: 18px;
    color: #333333;
    margin-left: 10px;
}

/* 记得删除鼠标悬停样式，留下active */
.index3 .list .index3Nav ul li.active,
.index3 .list .index3Nav ul li:hover {
    background: #008fd7;
}

.index3 .list .index3Nav ul li.active::after,
.index3 .list .index3Nav ul li:hover::after {
    content: "";
    background: url('../images/triangle.png') no-repeat center;
    transform: rotate(90deg);
    display: block;
    width: 10px;
    height: 12px;
    position: absolute;
    bottom: -10px;
}

.index3 .list .index3Nav ul li .icon {
    overflow: hidden;
}

.index3 .list .index3Nav ul li.active .icon img,
.index3 .list .index3Nav ul li:hover .icon img {
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 #fff);
}

.index3 .list .index3Nav ul li.active p,
.index3 .list .index3Nav ul li:hover p {
    color: #fff;
}

.index3 .list .content .item .pic {
    width: 100%;
    height: 507px;
    position: relative;
}

.index3 .list .content .item .pic .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    padding: 25px 45px;
    box-sizing: border-box;
}

.index3 .list .content .item .pic .text h1 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.index3 .list .content .item .pic .text p {
    font-size: 14px;
    color: #fff;
    line-height: 1.714em;
}

.index3 .list .content .item {
    display: none;
}

.index3 .list .content .item.active {
    display: block;
}

.index4 {
    padding: 126px 0 110px 0;
    box-sizing: border-box;
    background: url(../images/caseBg.jpg) no-repeat center;
    background-size: cover;
}

.index4 .list .index4Nav {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index4 .list .index4Nav ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.index4 .list .index4Nav ul li {
    width: 100%;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: relative;
}

.index4 .list .index4Nav ul li a {
    font-size: 18px;
    color: #333333;
    width: 160px;
    height: 60px;
    border-bottom: 1px solid rgb(238, 238, 238);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.index4 .list .index4Nav ul li:last-child a {
    border-bottom: none;
}

.index4 .list .index4Nav ul li:hover a,
.index4 .list .index4Nav ul li.active a {
    color: #fff;
    border-bottom: none;
}

.index4 .list .index4Nav ul li:hover,
.index4 .list .index4Nav ul li.active {
    background-color: #008fd7;
}

.index4 .list .index4Nav ul li:hover::after,
.index4 .list .index4Nav ul li.active::after {
    content: "";
    background: url('../images/triangle.png') no-repeat center;
    display: block;
    width: 10px;
    height: 12px;
    position: absolute;
    right: -9px;
    z-index: 10;
}

.index4 .list .container {
    display: flex;
}

.index4 .list .content .item {
    display: none;
}

.index4 .list .content .item:first-child {
    display: block;
}

.index4 .list .content .item .pic {
    width: 1000px;
    height: 610px;
}

.index4 .list .content .item .pic img {
    width: 100%;
    height: 100%;
}

.index5 {
    background: url(../images/processBg.jpg) no-repeat center;
    background-size: cover;
    padding: 110px 0;
    box-sizing: border-box;
}

.index5 .list ul {
    display: flex;
}

.index5 .list ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 150px;
    height: 150px;
    background-color: rgb(238, 238, 238);
    border: 1px solid rgb(204, 204, 204);
    box-sizing: border-box;
}

.index5 .list ul li:hover {
    background-color: #008fd7;
    border: none;
}

.index5 .list ul li .icon {
    overflow: hidden;
    margin-bottom: 15px;
}
.index5 .list ul li:hover .icon{
    animation: swing 1s;
}
.index5 .list ul li:hover .icon img {
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 #fff);
}

.index5 .list ul li p {
    font-size: 16px;
    color: #333333;
}

.index5 .list ul li:hover p {
    color: #fff;
}

.index6 .indexTitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: unset;
}

.index6 .indexTitle h1 {
    margin-bottom: 0px;
}

.index6 .list .mySwiper_news .pic {
    height: 183px;
    background-color: rgb(90, 90, 90);
    overflow: hidden;
}

.index6 .list .mySwiper_news .pic img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.index6 .list .mySwiper_news .swiper-slide:hover .pic img {
    transform: scale(1.1);
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.index6 .list .mySwiper_news .text {
    padding: 20px;
    box-sizing: border-box;
}

.index6 .list .mySwiper_news .text .time p {
    font-size: 14px;
    color: #008fd7;
}

.index6 .list .mySwiper_news .text h1 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 1.333em;
    padding: 15px 0 15px 0;
    box-sizing: border-box;
    height: 77.97px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index6 .list .mySwiper_news .text .des p {
    font-size: 14px;
    color: rgb(153, 153, 153);
    line-height: 1.286em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index6 .list .mySwiper_news .tool {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.index6 .list .mySwiper_news .tool .swiper-button-next,
.index6 .list .mySwiper_news .tool .swiper-button-prev {
    position: static;
    margin-top: 0;
    color: #008fd7;
    opacity: 1;
    width: auto;
    height: auto;
}

.index6 .list .mySwiper_news .tool .swiper-button-next.swiper-button-disabled,
.index6 .list .mySwiper_news .tool .swiper-button-prev.swiper-button-disabled {
    color: rgb(204, 204, 204);
}

.index6 .list .mySwiper_news .tool .swiper-button-next:after,
.index6 .list .mySwiper_news .tool .swiper-button-prev:after {
    font-size: 18px;
}

.index6 .list .mySwiper_news .tool .swiper-pagination {
    position: static;
    margin: 0 24px;
}

.index6 .list .mySwiper_news .tool .swiper-pagination span {
    width: 280px;
    height: 6px;
    background-color: rgb(204, 204, 204);
    border-radius: 0%;
    transition: all 0.5s;
    opacity: 1;
    margin: 0 5px;
}

.index6 .list .mySwiper_news .tool .swiper-pagination .swiper-pagination-bullet-active {
    width: 833px;
    background-color: #008fd7;
}

footer {
    background-color: rgb(18, 13, 17);
    padding: 80px 0;
    box-sizing: border-box;
}

footer .container {
    display: flex;
    justify-content: space-between;
}

footer .left .footerNav {
    width: 620px;
}

footer .left .footerNav ul {
    display: flex;
    flex-wrap: wrap;
}

footer .left .footerNav ul li {
    width: 33.33%;
    padding: 18px 0 25px 0;
    box-sizing: border-box;
}

footer .left .footerNav ul li a {
    color: #fff;
    font-size: 16px;
}

footer .left .copyRight {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 80px;
}

footer .left .copyRight p {
    color: rgb(153, 153, 153);
    font-size: 14px;
    padding-right: 35px;
    box-sizing: border-box;
}

footer .left .copyRight p a {
    color: rgb(153, 153, 153);
    font-size: 14px;
}

footer .right {
    width: 542.5px;
}

footer .right form {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

footer .right form input[type="text"] {
    width: 100%;
    height: 50px;
    background-color: #fff;
    color: rgb(153, 153, 153);
    font-size: 16px;
    padding: 0 142px 0 22px;
    box-sizing: border-box;
}

footer .right form input[type="submit"] {
    width: 120px;
    height: 50px;
    background-color: #008fd7;
    position: absolute;
    right: 0;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}

footer .right .message {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

footer .right .message .messageLeft p {
    font-size: 14px;
    color: #fff;
    line-height: 1.714em;
}

footer .right .message .messageLeft strong {
    font-size: 24px;
    font-weight: normal;
}

footer .right .message .messageRight .codeImg {
    width: 100px;
    height: 100px;
    overflow: hidden;
    padding: 3px;
    box-sizing: border-box;
    background-color: #fff;
}

footer .right .message .messageRight .codeImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer .right .message .messageRight p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

/* 关于我们 */
.page1 {
    padding: 80px 0 100px 0;
    box-sizing: border-box;
    background-color: rgb(246, 246, 246);
}

.page1 h1 {
    font-weight: normal;
    font-size: 30px;
    color: #333333;
    padding-bottom: 30px;
}

.page1 .des p {
    color: #666666;
    font-size: 16px;
    line-height: 2.25em;
}

.page1 .list {
    width: 960px;
    margin: 50px auto 0;
    position: relative;
}

.page1 .list .mySwiper_about .pic {
    height: 310px;
    background-color: #000;
}

.page1 .list .mySwiper_about .pic img {
    width: 100%;
    height: 100%;
}

.page1 .list .swiper-button-next,
.page1 .list .swiper-button-prev {
    width: auto;
    height: auto;
    color: #008fd7;
}

.page1 .list .swiper-button-next {
    right: -120px;
}

.page1 .list .swiper-button-prev {
    left: -120px;
}

.page1 .list .swiper-button-next:after,
.page1 .list .swiper-button-prev:after {
    font-size: 34px;
    font-weight: bold;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

/* 产品中心css */
.page2 {
    padding-bottom: 100px;
    box-sizing: border-box;
    background-color: rgb(246, 246, 246);
}

.miniNav {
    height: 75px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.miniNav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.miniNav ul li {
    margin: 0 25px;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.miniNav ul li a {
    font-size: 16px;
    color: #333333;
}

.miniNav ul li:hover a,
.miniNav ul li.active a {
    color: #008fd7;
}

.miniNav ul li a::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background-color: #008fd7;
    transition: all 0.5s ease;
}

.miniNav ul li:hover a::after,
.miniNav ul li.active a::after {
    width: 100%;
    left: 0;
    transition: all 0.5s ease;
}
.page2 .subNav ol{
    display: flex;
    justify-content: center;
    align-items: center;
}
.page2 .subNav ol li{
    background-color: #008fd7;
    height: 40px;
    width: 130px;
    margin: 30px;
}
.page2 .subNav ol li.active{
    border: 1px solid #008fd7;
    background-color: transparent;
}
.page2 .subNav ol li a{
    font-size: 14px;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page2 .subNav ol li.active a{
    color: #008fd7;
}
.page2 .list ol {
    display: flex;
    flex-wrap: wrap;
    margin: 35px -15px 25px;
}

.page2 .list ol li {
    padding: 25px 15px;
    box-sizing: border-box;
    width: 33.33%;
}

.page2 .list ol li .pic {
    overflow: hidden;
    height: 262px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page2 .list ol li .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.page2 .list ol li:hover .pic img {
    transform: scale(1.1);
}

.page2 .list ol li .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}

.page2 .list ol li .text h5 {
    font-weight: normal;
    font-size: 16px;
    color: #333333;
}

.page2 .list ol li .text .arrow {
    overflow: hidden;
}

.page2 .list ol li a:hover .text h5 {
    color: #008fd7;
}

.page2 .list ol li a:hover .text .arrow img {
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 #008fd7);

}

.yeshu ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.yeshu ul li {
    width: 40px;
    height: 40px;
    margin: 0 2.5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yeshu ul li:first-child {
    margin-right: 7.5px;
    border: none;
}

.yeshu ul li:last-child {
    margin-left: 7.5px;
    border: none;
}

.yeshu ul li a,
.yeshu ul li span {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #8f8f8f;
}

.yeshu ul li:hover a,
.yeshu ul li:hover span,
.yeshu ul li.active span {
    color: #fff;
    background-color: #008fd7;
}

/* 产品详情 css */
.page3 {
    background-color: rgb(246, 246, 246);
}

.page3 .list {
    padding: 60px 0 100px 0;
    box-sizing: border-box;
}

.page3 .list .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.page3 .list .top .pic {
    width: 600px;
    height: 413px;
    overflow: hidden;
}

.page3 .list .top .pic img {
    width: 100%;
    height: 100%;
}

.page3 .list .top .text {
    width: 540px;
}
.page3 .list .top .text h1{
    font-size: 30px;
    color: #333333;
    margin-bottom: 30px;
}
.page3 .list .top .text ul li{
    display: flex;
    align-items: flex-start;
    justify-content: right;
    margin-bottom: 30px;
}
.page3 .list .top .text ul li h5{
    font-size: 16px;
    line-height: 1.5em;
}
.page3 .list .top .text ul li p {
    font-size: 16px;
    color: #999999;
    line-height: 1.5em;
    border-bottom: 1px solid rgb(238,238,238);
    display: block;
    width: 85%;
    height: 30px;
}
.page3 .list .top .text .tel{
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 30px;
}
.page3 .list .top .text .tel h5,
.page3 .list .top .text .tel p{
    font-size: 24px;
    color: #008fd7;
    font-weight: bold;
}

.page3 .list .bottom{
    display: none;
}
.page3 .list .bottom .title h1 {
    font-size: 30px;
    color: #008fd7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page3 .list .bottom .title h1::after {
    width: 89.25%;
    height: 1px;
    content: "";
    background-color: rgb(221, 221, 221);
}

.page3 .list .bottom .content {
    padding: 60px 80px 0;
    box-sizing: border-box;
}

/* 工程案例 */

.page4 {
    box-sizing: border-box;
    background-color: rgb(246, 246, 246);
    padding: 50px 0 100px 0;
}

.page4 .list ol {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 30px;
}

.page4 .list ol li {
    padding: 0 5px;
    box-sizing: border-box;
    width: 33.33333%;
    margin: 30px 0;
}

.page4 .list ol li .imgBox {
    position: relative;
    overflow: hidden;
}
.page4 .list ol li .imgBox::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    background-color: rgba(0, 0, 0, .4);
    content: "";
    transition:all 0.5s;
}
.page4 .list ol li:hover .imgBox::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    content: "";
    transform: scale(1.5);
    display: block;
}

.page4 .list ol li .imgBox .img {
    height: 240px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page4 .list ol li .imgBox .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.page4 .list ol li:hover .imgBox .img img{
    transform: scale(1.05);
}

.page4 .list ol li .imgBox .add {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 99;
}

.page4 .list ol li:hover .imgBox .add {
    display: block;
}

.page4 .list ol li p {
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding-top: 20px;
}

/* 工程案例详情页 */
.page5 {
    background-color: rgb(246, 246, 246);
    padding: 30px 0 100px 0;
    box-sizing: border-box;
}

.page5 .list {
    margin-top: 30px;
    background-color: #fff;
    padding: 60px 100px;
    box-sizing: border-box;
}

.page5 .list .title {
    text-align: center;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.page5 .list .title h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

.page5 .list .title p {
    font-size: 14px;
    color: #999999;
    padding: 10px 0 20px 0;
    box-sizing: border-box;
}

.page5 .list .main {
    padding: 40px 100px 0 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.page5 .list .main .left,
.page5 .list .main a:first-child{
    position: absolute;
    left: 10px;
}
.page5 .list .main .right,
.page5 .list .main a:last-child{
    position: absolute;
    right: 10px;
}
.page5 .list .main .left::before,
.page5 .list .main a:first-child::before{
    content: "<";
    font-size: 45px;
    font-weight: bold;
}
.page5 .list .main .right::before,
.page5 .list .main a:last-child::before{
    content: ">";
    font-size: 45px;
    font-weight: bold;
}
.page5 .list .main .pic{
    width: 100%;
}
.page5 .list .main .pic img {
    width: 100%;
}

/* 新闻中心 */
.page6 .list {
    padding: 20px 0 100px 0;
    box-sizing: border-box;
}

.page6 .list ol {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
}

.page6 .list ol li {
    width: 33.33%;
    padding: 20px 20px;
    box-sizing: border-box;
}

.page6 .list ol li .pic {
    height: 183px;
    overflow: hidden;
    background-color: #000;
}

.page6 .list ol li .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.page6 .list ol li:hover .pic img {
    transform: scale(1.1);
}

.page6 .list ol li .text {
    padding: 20px;
    box-sizing: border-box;
}

.page6 .list ol li .text .time p {
    font-size: 14px;
    color: #008fd7;
}

.page6 .list ol li .text h1 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding: 15px 0;
    box-sizing: border-box;
    line-height: 1.333em;
    height: 77.97px;
}

.page6 .list ol li .text .des p {
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.286em;
}

/* 新闻中心内页 */
.page7 {
    background-color: rgb(246, 246, 246);
    padding-bottom: 100px;
}

.page7 .btn_160 {
    margin: 30px 0;
}

.page7 .list {
    background-color: #fff;
    padding: 60px 100px 30px 100px;
    box-sizing: border-box;
}

.page7 .list .title {
    text-align: center;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.page7 .list .title h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

.page7 .list .title p {
    font-size: 14px;
    color: #999999;
    padding: 10px 0 20px 0;
    box-sizing: border-box;
}

.page7 .list .main {
    padding: 40px 0;
    box-sizing: border-box;
}

.page7 .list .main p {
    font-size: 16px;
    color: #333333;
    line-height: 2.25em;
}

.page7 .paeg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.page7 .paeg p {
    font-size: 18px;
    color: #333333;
    display: flex;
}

.page7 .paeg p a:hover {
    color: #008fd7;
}

/* 联系我们 */
.page8 .top {
    background-color: rgb(246, 246, 246);
    padding: 100px 0;
    box-sizing: border-box;
}

.page8 .top .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.page8 .top .topLeft p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 30px;
}

.page8 .top .topLeft span {
    color: #333333;
    font-size: 30px;
}

.page8 .top .topLeft h1 {
    font-weight: bold;
    font-size: 40px;
    color: #008fd7;
    padding-top: 5px;
}

.page8 .top .topRight ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.page8 .top .topRight ul li:last-child {
    margin-bottom: 0;
}

.page8 .top .topRight ul li .icon {
    margin-right: 36px;
    width: 35px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page8 .top .topRight ul li .text h5 {
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 1.5em;
}

.page8 .top .topRight ul li .text p {
    font-size: 16px;
    color: #666666;
    line-height: 1.5em;
}

.page8 .bottom {
    background-color: #fff;
    padding: 100px 0;
    box-sizing: border-box;
}

.page8 .bottom .title {
    text-align: center;
    margin-bottom: 40px;
}

.page8 .bottom .title h1 {
    font-size: 40px;
    color: #333333;
    font-weight: normal;
    padding-bottom: 20px;
}

.page8 .bottom .title p {
    font-size: 14px;
    color: #666666;
}

.page8 .bottom form .inputGroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.page8 .bottom form .inputGroup input {
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 14px;
    color: #666666;
    width: 360px;
}
.page8 .bottom form .inputGroup input:focus,
.page8 .bottom form textarea:focus{
    border-bottom: 1px solid #008fd7;
}

.page8 .bottom form textarea {
    width: 100%;
    height: 120px;
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 14px;
    color: #666666;
    display: block;
}

.page8 .bottom form input[type="submit"] {
    margin: 60px auto 0;
    cursor: pointer;
}
.page8 .bottom form input[type="submit"]:hover{
    background-color: #10a5f0;
}